home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 November / macformat-109.iso / Shareware / Utilities / JavaVis 1.5 / Read Me < prev   
Encoding:
Text File  |  2001-08-20  |  2.6 KB  |  62 lines  |  [ttro/ttxt]

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. JavaVis
  8. for the Macintosh Runtime for Java
  9.  
  10. JavaVis is a small Java program that graphs the contents of a distributed.net client’s log file. 
  11.  
  12. To use it just launch the program and go to the File menu to open a log file or drag&drop a logfile to the progam icon. Up to 4 recent logfiles will be remembered in the file menu. 
  13.  
  14. Zooming in is accomplished by drag-selecting part of the graph with your mouse. To zoom out, control-click on the graph and choose ‘complete’ from the one-item popup menu.
  15.  
  16. JavaVis must see at least one entry in your log file in order for the graph to be successful. 
  17.  
  18. Requirements:
  19.  
  20. • a distributed.net client’s log file
  21. • Macintosh Runtime for Java (MRJ) 2.0 or higher (including MacOSX Java aka. MRJ 3)
  22.  
  23. Credits:
  24.  
  25. Mac adaption by: Michael Nahrath and Michael Feiri 
  26. Programmed by: Jeff "Bovine" Lawson, William Goo, Yves Hetzer, Greg Hewgill, Jason Townsend, Andy Hedges, Stanley Appel
  27.  
  28. Download & Additional Information:
  29.  
  30. There is more information and a FAQ at http://michael.nahrath.de/dnet/JavaVis/
  31. A live mirror of the CVS reposirory can be found at http://cvs.distributed.net/
  32. The original JAVA-Sources can be downloaded at http://www.distributed.net/source/
  33. For more information about distributed.net visit http://www.distributed.net/
  34.  
  35. History:
  36.  
  37. 2000-01-06 
  38. downloaded JavaVis 1.0. Betatesting the code with Yves untill JavaVis 1.1 is ready and working with MRJ... 
  39. several versions and learning how to work with ResEdit and JBindey... 
  40. 2000-02-01 
  41. upgrade to MRJ 2.2 
  42. 2000-05-07   1.1 (MRJ 1.0) 
  43. first public release 
  44. 2000-05-21   1.3 (MRJ 1.1) 
  45. based on new sources, new Icons 
  46. 2000-07-10   1.3.1 (MRJ 1.2) 
  47. finally found the code in RC5graph.java to activate the MRJ-Toolbox interface. Drag&drop and opening logfiles by doubleclicking works. 
  48. Added an AppleScript droplet to adapt type and creator of log files. 
  49. 2000-07-12   1.3.1 (MRJ 1.2.2) 
  50. Removed the superfluous 'Quit...' entry in the Apple menu. 
  51. Drag&drop works with log files of the original file type 'RC5P'. 
  52. 2000-11-26   1.4
  53. Updated to version 1.4 of the common Java codebase.
  54. Renamed to JavaVis because we support multiple contests now.
  55. Built with CodeWarrior, wrapped using JBindery and MRJAppBuilderX.
  56. The application file is now a package and doubleclickable under MacOSX.
  57. Under MacOS the preference file “LogFileHistory.bin” gets hidden inside the package.
  58. 2001-08-08   1.5
  59. Updated to version 1.5 of the common Java codebase.
  60. This version should be able to correctly process logfiles of the latest versions of dnetc.
  61. Tiny cosmetic changes in the Application and the "Read Me" file.
  62. MRJ specifics are now much better integrated into the common codebase.